From e75dd2ddc2716eab3fa5ead82ed357de8137c8d7 Mon Sep 17 00:00:00 2001 From: oliskoli Date: Thu, 27 Dec 2007 22:28:32 +0000 Subject: [PATCH] Use gpslibusb for non-*darwin* targets. --- configure | 4 ++++ configure.in | 4 ++++ 2 files changed, 8 insertions(+) diff --git a/configure b/configure index 23e6bf99c..440243ea5 100755 --- a/configure +++ b/configure @@ -4311,6 +4311,10 @@ fi else OSJEEPS=jeeps/gpsusbstub.o fi + ;; + *) + OSJEEPS=jeeps/gpslibusb.o + ;; esac CFLAGS="$OCFLAGS" # LIBS="$LIBS `libusb-config --libs`" diff --git a/configure.in b/configure.in index e9b86273b..615ba03a8 100644 --- a/configure.in +++ b/configure.in @@ -188,6 +188,10 @@ case "$target" in else OSJEEPS=jeeps/gpsusbstub.o fi + ;; + *) + OSJEEPS=jeeps/gpslibusb.o + ;; esac CFLAGS="$OCFLAGS" # LIBS="$LIBS `libusb-config --libs`" -- 2.30.2